home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / misc.LZH / mefirst < prev    next >
Text File  |  1992-03-27  |  515b  |  19 lines

  1. echo "Setting up assigns for demo X11"
  2. wait 1
  3. echo "setting DISPLAY to unix:0"
  4. setenv DISPLAY unix:0
  5. echo "setting HOSTNAME to amiga"
  6. setenv HOSTNAME amiga
  7. echo "setting HOME to X11:"
  8. setenv HOME X11:
  9. echo "setting USER to guest"
  10. setenv USER guest
  11. echo "assign X11: to current directory"
  12. assign X11: ""
  13. wait 2
  14. echo "If you need to change the env variables please"
  15. echo "edit this file and change them to the correct"
  16. echo "values, or if you already set some of them up"
  17. echo "comment out those lines with ;"
  18. wait 4
  19.